| Package | Description |
|---|---|
| com.atid.lib.module.barcode.ssi.param |
| Modifier and Type | Method and Description |
|---|---|
SSI2DParamValue |
SSI2DParamValueList.get(int index)
Returns the parameter information of the barcode module.
|
SSI2DParamValue |
SSI2DParamValueList.getAt(SSI2DParamName name)
Returns the parameter information of the barcode module.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SSI2DParamValueList.add(SSI2DParamValue item)
Add parameter information to the SSI2DParamValueList instance.
|
boolean |
SSI2DParamValueList.add(SSI2DParamValue[] items)
Add all the information for the SSI2DParamValueList instance.
|
| Constructor and Description |
|---|
SSI2DParamValueList(SSI2DParamValue item)
Create an instance of the SSI2DParamValueList class.
|
SSI2DParamValueList(SSI2DParamValue[] item)
Create an instance of the SSI2DParamValueList class.
|